body,
menu,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
body {
	-webkit-touch-callout: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
abbr,
acronym {
	border: 0;
}
strike {
	display: inline;
}
a {
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac */

.clearfix {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
	background: #FFFFFF;
	color: #0e0e0e;
	height: 100%;
	font-size: 9px;
}
html {
	height: 100%;
}
/*index*/

.warp {
	position: relative;
}
.top {
	max-width: 960px;
	margin: 0 auto;
}
.top img {
	display: block;
	width: 100%;
	height: auto;
}
.menu a {
	display: inline-block;
	width: 50%;
	height: auto;
	float: left;
}
.content {
	max-width: 960px;
	margin: 0 auto;
}
.content .main {
	padding: 15px;
	background: #E4E6E9;
	border-bottom: 1px solid #d9d9d9;
}
.clear {
	clear: both;
}
.main .head {
	border-bottom: 1px solid #d9d9d9;
}
.main .head .sho_title {
	color: #666;
	font-size: 2em;
	padding-bottom: 6px;
}
.main .head .title {
	padding-bottom: 6px;
	font-size: 2.5em;
	color: #333;
}
.main .head .sub_title img {
	max-height: 20px;
}
.main .head .sub_title {
	color: #333;
	font-size: 2em;
	padding-bottom: 8px;
}
.main .head p {
	color: #999;
	font-size: 1.5em;
	padding-bottom: 8px;
}
.main .head .sho_title,
.main .head .title,
.main .head .sub_title {
	line-height: 1.0;
	text-align: justify;
	text-justify: distribute;
}
.article {
	text-align: left;
	color: #333;
	/*padding-top: 15px;*/
}
.article p:first-child {
	margin-top: 0px;
}
.article p {
	margin-top: 15px;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: justify;
	text-justify: distribute;
}
.article p strong {
	font-weight: 600px;
	font-size: 1.2em;
}
.article p img {
	max-height: 20px;
}
#chat-messages {
	padding-top: 0px;
	padding-bottom: 20px;
	opacity: 0;
	margin-top: 10px;
	margin-bottom: 30px;
	/*height: 100%;
	width:290px;
	height:470px;*/
	/*overflow-y:scroll;	
	overflow-x:hidden;*/
	
	background-color: #FFFFFF;
	padding-right: 0px;
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#chat-messages.animate {
	opacity: 1;
	margin-top: 0;
}
#chat-messages label {
	color: #aab8c2;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	margin: 15px 0;
	width: 290px;
	display: block;
}
#chat-messages div.message {
	padding: 30px 0px 30px 58px;
	clear: both;
	margin-bottom: 45px;
}
#chat-messages div.message.right {
	padding: 30px 58px 30px 0;
	margin-right: -19px;
	margin-left: 19px;
}
#chat-messages .message img {
	float: left;
	/*margin-left: -38px;
	  border-radius: 50%;*/
	/*width: 30px;*/
	
	margin-top: 12px;
}
#chat-messages div.message.right img {
	float: right;
	margin-left: 0;
	/*margin-right: -38px;*/
}
#chat-messages .message .iname {
	float: left;
	margin-left: -45px;
	border-radius: 50%;
	padding-right: 1em;
	/*width: 60px;*/
	
	font-size: 13px;
	margin-top: 0px;
	text-align: center;
}
#chat-messages div.message.right .iname {
	float: right;
	margin-left: 0;
	margin-right: -38px;
	padding-left: 1em;
	padding-right: 0;
}
#chat-messages .message .iname img {
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 4px;
}
.message .bubble {
	width: 90%;
	background: #f0f4f7;
	font-size: 13px;
	/*font-weight: 600;*/
	padding: 12px 13px;
	border-radius: 5px 5px 5px 10px;
	/*color: #8495a3;*/
	position: relative;
	float: left;
	line-height: 24px;
	color: #6C6C6C;
	/*background-image:url(../img/kb_v1.png);*/
	/*background-size:cover;*/
	/*background-repeat: no-repeat;
	background-position: top left;*/
	/*background-attachment: fixed; */
}
#chat-messages div.message.right .bubble {
	float: right;
	border-radius: 5px 5px 10px 5px;
}
.bubble .corner {
	background: url("../img/bubble-corner.png") 0 0 no-repeat;
	position: absolute;
	width: 7px;
	height: 7px;
	left: -5px;
	top: 15px;
}
div.message.right .corner {
	background: url("../img/bubble-cornerR.png") 0 0 no-repeat;
	left: auto;
	right: -5px;
}
.bubble span {
	color: #aab8c2;
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: -22px;
}
/*自适应圆角投影*/

.round_shade_box {
	width: 1px;
	height: 1px;
	font-size: 0;
	display: none;
	_background: #2c85b6;
	_border: 1px solid #cccccc;
}
.round_shade_top {
	margin: 0 12px 0 10px;
	background: url(image/zxx_round_shade.png) repeat-x -20px -40px;
	_background: white;
	zoom: 1;
}
.round_shade_topleft {
	width: 11px;
	height: 10px;
	background: url(image/zxx_round_shade.png) no-repeat 0 0;
	_background: none;
	float: left;
	margin-left: -11px;
	position: relative;
}
.round_shade_topright {
	width: 12px;
	height: 10px;
	background: url(image/zxx_round_shade.png) no-repeat -29px 0;
	_background: none;
	float: right;
	margin-right: -12px;
	position: relative;
}
.round_shade_centerleft {
	background: url(image/zxx_round_shade.png) no-repeat 0 -1580px;
	_background: none;
}
.round_shade_centerright {
	background: url(image/zxx_round_shade.png) no-repeat right -80px;
	_background: none;
}
.round_shade_center {
	font-size: 14px;
	margin: 0 12px 0 10px;
	padding: 10px;
	background: white;
	letter-spacing: 1px;
	line-height: 1.5;
}
.round_shade_bottom {
	margin: 0 12px 0 11px;
	background: url(image/zxx_round_shade.png) repeat-x -20px bottom;
	_background: white;
	zoom: 1;
}
.round_shade_bottomleft {
	width: 11px;
	height: 10px;
	background: url(image/zxx_round_shade.png) no-repeat 0 -30px;
	_background: none;
	float: left;
	margin-left: -11px;
	position: relative;
}
.round_shade_bottomright {
	width: 12px;
	height: 10px;
	background: url(image/zxx_round_shade.png) no-repeat -29px -30px;
	_background: none;
	float: right;
	margin-right: -12px;
	position: relative;
}
.round_shade_top:after,
.round_shade_bottom:after,
.zxx_zoom_box:after {
	display: block;
	content: ".";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.round_box_close {
	padding: 2px 5px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	right: 20px;
	top: -5px;
}
.round_box_close:hover {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
/*自适应圆角投影结束*/

.bubble h2 {
	font-size: 1.2em;
	position: relative;
	color: #0E0E0E;
}
.bubble h2 p {
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: initial;
	color: #6C6C6C;
	background: url(../img/time.png) no-repeat center left;
	padding-left: 20px;
}
.loadmore{
	background-color: #f0f4f7;
	line-height: 30px;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
}
#sendmessage
{
	position:fixed; bottom:0; left:0;width:100%;height:60px;background-color:#f0f4f7;
	height:60px;
	/*border-top:1px solid #e7ebee;	
	position:absolute;
	bottom:0;
	right:0px;
	
	background:#fff;
	
	top:100%; 
	margin-top:-60px; */
}
#sendmessage input{
	border
}
#sendmessage input{
	background:#fff;
	margin:5px 0 0 5px;
	border:none;
	padding:0;
	font-size:14px;
	font-family:"Open Sans", sans-serif; 
	font-weight:400px;
	color:#aab8c2;
}
#sendmessage input:focus{
	 outline: 0;
}
#sendmessage button{
	background:#fff;
	margin:5px 0 0 5px;
	border:none;
	padding:0;
	font-size:14px;
	font-family:"Open Sans", sans-serif; 
	font-weight:400px;
	color:#aab8c2;
}
#sendmessage button:hover{
	cursor:pointer;
	background-position: 0 0 ;
}
#sendmessage button:focus{
	 outline: 0;	 
}